var runtime.modulesSlice

3 uses

	runtime (current package)
		symtab.go#L478: var modulesSlice *[]*moduledata // see activeModules
		symtab.go#L491: 	p := (*[]*moduledata)(atomic.Loadp(unsafe.Pointer(&modulesSlice)))
		symtab.go#L549: 	atomicstorep(unsafe.Pointer(&modulesSlice), unsafe.Pointer(modules))